home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 November / maximum-cd-1999-11.iso / Battlezone II / Disk1 / data1.cab / Program_Executable_Files / data.pak / effects_damage_dmgvhcl4.odf < prev    next >
Encoding:
Text File  |  1999-08-25  |  1.4 KB  |  62 lines

  1. // ======================
  2. // DESTROYED DAMAGE STATE
  3. // ======================
  4.  
  5. [DmgVhcl4]
  6. renderBase = "draw_multi"
  7. renderCount = 3
  8. renderName1 = "dmgvhcl4.smokeemitter"
  9. renderName2 = "dmgvhcl4.flameemitter"
  10. renderName3 = "dmgvhcl4.sparkemitter"
  11.  
  12. [SmokeEmitter]
  13. renderBase = "draw_twirl_trail"
  14. emitDelay = 0.05
  15. emitDelayVar = 0.03
  16. emitVelocity = "0.0 3.0 0.0"
  17. emitVariance = "2.0 2.0 2.0"
  18. emitInherit = "0.2 0.2 0.2"
  19. emitLife = 2.0
  20. textureName = "smoke.tga"
  21. textureBlend = "srcalpha invsrcalpha modulatealpha"
  22. startColor = "0 0 0 128"
  23. finishColor = "0 0 0 0"
  24. startRadius = 0.5
  25. finishRadius = 2.0
  26. animateTime = 2.0
  27. rotationRate = 2.0
  28.  
  29. [FlameEmitter]
  30. renderBase = "draw_twirl_trail"
  31. emitDelay = 0.03
  32. emitDelayVar = 0.02
  33. emitVelocity = "0.0 3.0 0.0"
  34. emitVariance = "2.0 2.0 2.0"
  35. emitInherit = "0.5 0.5 0.5"
  36. emitLife = 1.0
  37. textureName = "fire.tga"
  38. textureBlend = "one one modulate"
  39. startColor = "255 255 200 128"
  40. finishColor = "255 0 0 0"
  41. startRadius = 0.5
  42. finishRadius = 0.2
  43. animateTime = 1.0
  44. rotationRate = 10.0
  45.  
  46. [SparkEmitter]
  47. renderBase = "draw_twirl_trail"
  48. emitDelay = 0.02
  49. emitDelayVar = 0.01
  50. emitVelocity = "0.0 2.0 0.0"
  51. emitVariance = "5.0 5.0 5.0"
  52. emitInherit = "1.0 1.0 1.0"
  53. emitLife = 1.0
  54. textureName = "spark.tga"
  55. textureBlend = "one one modulate"
  56. startColor = "255 255 0 255"
  57. finishColor = "255 0 0 0"
  58. startRadius = 0.1
  59. finishRadius = 0.05
  60. animateTime = 1.0
  61. rotationRate = 20.0
  62.